home *** CD-ROM | disk | FTP | other *** search
/ Linear Technology Linearview 1996 / linearview 1996.iso / spice / lt1101 < prev    next >
Encoding:
Text File  |  1996-07-09  |  3.0 KB  |  104 lines

  1. *
  2. * Linear Technology LT1101 instrumentation amplifier model
  3. * Written: 10-23-89 Type: Bipolar pnp input, single supply.
  4. * LT1101 updated from original model on 06-20-1990
  5. * Typical specs:
  6. * Ref. LT1101 data sheet, LTC 1990 databook p13-36
  7. *
  8. * Comments: Uses nested LT1078 model.
  9. *
  10. * Connections: Gnd G10a(-)  V-  V+ (+) G10b Out
  11. .SUBCKT LT1101 1 2 3 4 5 6 7 8
  12. *
  13. R90A 1 2 828E3
  14. R9A 2 100 82.8E3
  15. RA 100 101 9.2E3
  16. RB 101 102 9.2E3
  17. R9B 102 7 82.8E3
  18. R90B 7 8 828E3
  19. *
  20. XA 3 100 5 4 101 LT1078
  21. XB 6 102 5 4 8 LT1078
  22. *
  23. RINA 3 0 7E9
  24. RINB 6 0 7E9
  25. *
  26. .ENDS LT1101
  27. *
  28. * CONNECTIONS: + - V+V-O
  29. .SUBCKT LT1078 3 2 7 4 6 
  30. * INPUT
  31. RC1 4 80 2.653E+04
  32. RC2 4 90 2.653E+04
  33. Q1 80 102 10 QM1 
  34. Q2 90 103 11 QM2 
  35. RB1 2 102 6.000E+02
  36. RB2 3 103 6.000E+02
  37. DCM1 105 102 DM2 
  38. DCM2 105 103 DM2 
  39. VCMC 105 4 4.000E-01
  40. C1 80 90 8.660E-12
  41. RE1 10 12 4.958E+03
  42. RE2 11 12 4.958E+03
  43. IEE 7 12 2.412E-06
  44. RE 12 0 8.292E+07
  45. CE 12 0 1.579E-12
  46. * INTERMEDIATE 
  47. GCM 0 8 12 0 1.501E-10
  48. GA 8 0 80 90 3.770E-05
  49. R2 8 0 1.000E+05
  50. C2 1 8 3.000E-11
  51. GB 1 0 8 0 2.449E+02
  52. * OUTPUT 
  53. RO1 1 110 1.000E+02
  54. RO2A 1 0 1.083E+03
  55. RO2B 6 110 8.170E+02
  56. EC 17 0 110 0 1 
  57. D1 1 17 DM1 
  58. D2 17 1 DM1 
  59. D3 110 13 DM2 
  60. D4 14 110 DM2 
  61. D5 6 110 DM2 
  62. D6 110 6 DM2 
  63. VC 7 13 1.490E+00
  64. VE 14 4 7.911E-01
  65. IP 7 4 4.259E-05
  66. DSUB 4 7 DM2 
  67. * MODELS 
  68. .MODEL QM1 PNP (IS=8.000E-16 BF=1.992E+02)
  69. .MODEL QM2 PNP (IS=8.012E-16 BF=2.008E+02)
  70. .MODEL DM1 D (IS=3.718E-24)
  71. .MODEL DM2 D (IS=8.000E-16)
  72. .ENDS LT1078
  73. * - - - - - * FINI LT1101 * - - - - - *
  74.  
  75. ***
  76. *         (C) COPYRIGHT LINEAR TECHNOLOGY CORPORATION 1990
  77. *                       All rights reserved.
  78. *   Linear Technology Corporation hereby grants the users of this
  79. * macromodel a non-exclusive, nontransferrable license to use this
  80. *            macromodel under the following conditions:
  81. * The user agrees that this macromodel is licensed from Linear
  82. * Technology and agrees that the macromodel may be used, loaned,
  83. * given away or included in other model libraries as long as this
  84. * notice and the model in its entirety and unchanged is included.
  85. * No right to make derivative works or modifications to the
  86. * macromodel is granted hereby.  All such rights are reserved.
  87. * This model is provided as is.  Linear Technology makes no
  88. * warranty, either expressed or implied about the suitability or
  89. * fitness of this model for any particular purpose.  In no event
  90. * will Linear Technology be liable for special, collateral,
  91. * incidental or consequential damages in connection with or arising
  92. * out of the use of this macromodel.  It should be remembered that
  93. * models are a simplification of the actual circuit.
  94. * Linear Technology reserves the right to change these macromodels
  95. * without prior notice.  Contact Linear Technology at 1630 McCarthy
  96. * Blvd., Milpitas, CA, 95035-7487 or telephone 408/432-1900 for
  97. * datasheets on the actual amplifiers or the latest macromodels.
  98. * ----------------------------------------------------------------------- *
  99.